Api.ConfigureAxis method
Configures the settings of a simulated axis.
Namespace: IntervalZero.KINGSTAR.OpcUa.Api
Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0
Syntax
public KsError ConfigureAxis(
int Index,
AxisDetails Details
)
Public Function ConfigureAxis(
Index As Integer,
Details As AxisDetails
) As KsError
Parameters
Index
Type: int
The index of a simulated axis. Indexes are zero based. Aliases affect this parameter.
Details
Type: AxisDetails
The AxisDetails class that contains information. Used to configure the servo drive settings.
Return value
Type: KsError
A return code of a method.
Remarks
Allows for simulation of expected behavior when using a simulated axis.
Usable EtherCAT states
ecatOffline, ecatOP
Examples
N/A
See also